-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix instructor notes 505 #509
Conversation
Thank you for submitting the fix, Kelly!
The other two failed tests have to do with the fact that 533d019 accidentally deleted a snapshot test (probably because it was skipped on windows). Now that pandoc is more reliably set up for windows, it may be worthwhile revisiting the tests that skip on windows for pandoc, but for now, i will reinstate that snapshot |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, Kelly. I have one suggestion that will likely fix the failing test.
Co-authored-by: Zhian N. Kamvar <[email protected]>
Thanks @zkamvar! I've committed your suggestions. If the tests pass and you think its ready, feel free to merge. |
Congratulations, @klbarnes20 you have your first contribution to sandpaper! |
This PR attempts to fix #505. It adds a test for when instructor notes is empty and an else clause to the build_instructor_notes.R.
When I ran the test before the fix, it failed. When I ran it after, that particular test passed. I still have two other failed tests, but not sure they are related to this issue/fix.